home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 November: Tool Chest / Dev.CD Nov 98 TC.toast / Utilities / Disk Copy / Disk Copy Scripts 1.0 / Disk Copy Scripts Readme < prev    next >
Encoding:
Text File  |  1998-07-01  |  1.9 KB  |  32 lines  |  [ttro/ttxt]

  1.  
  2. Disk Copy Scripts Read Me
  3.  
  4. Create self-mounting image, Floppy insert preferences, and Segment Image are AppleScripts that extend the functionality of Disk Copy, version 6.3 or greater. They are provided as examples of how to use AppleScript to control Disk Copy, and gain access to features not present in the user interface.
  5.  
  6. This Read Me will explain the basic functions of these AppleScripts.
  7.  
  8. System requirements
  9.  
  10. Create self-mounting image, Floppy insert preferences, and Segment Image require Disk Copy 6.3 or greater, and a Mac OS based computer with AppleScript installed.
  11.  
  12. Script Descriptions
  13.  
  14. Create self-mounting image will prompt the user to select a disk image, verify it, then let the user save it as a self-mounting image
  15.  
  16. Floppy insert preferences will prompt the user to decide what action Disk Copy will take if a floppy disk is inserted while Disk Copy is the foreground application. The "Make an Image" button will result in the floppy being saved as a disk image, and the "Copy" button will result in the floppy being copied and restored onto another floppy.
  17.  
  18. Segment Image will ask the user how they want to segment an image (by size or number of parts), prompt the user to select a disk image, verify it, then save the image segmented.
  19.  
  20. Using the Script Editor or other AppleScript script editor, the contents of the scripts can be viewed.
  21.  
  22.    Apple Computer, Inc.
  23. Copyright © 1998 by Apple Computer, Inc.
  24.  
  25. The Apple logo is a trademark of Apple Computer, Inc., registered in the U.S. and other countries. Use of the “keyboard” Apple logo (Option-Shift-K) for commercial purposes without the prior written consent of Apple may constitute trademark infringement and unfair competition in violation of federal and state laws.
  26.  
  27. Apple, the Apple logo, Mac,  and Macintosh  are trademarks of Apple Computer, Inc., registered in the U.S. and other countries.
  28.  
  29. PowerPC is a trademark of International Business Machines, Inc., used under license.
  30.  
  31. Updated July 1, 1998